home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / answers.arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-09-16  |  821b  |  28 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo.
  6. echo.              Press any key to continue the installation
  7. echo.                                 or
  8. echo.                Press (Ctrl) (C) to quit installation
  9. echo.
  10. pause
  11. c:
  12. cd \problems
  13. if not exist problems.exe echo.   Remove Disk and Insert Disk 1473-1
  14. if not exist problems.exe echo.      and enter... Install (Return)
  15. copy a:*.
  16. del install.bat
  17. cls
  18. echo.
  19. echo.   -----------------------------------------------------------
  20. echo.   BIBLE PROBLEMS has been installed onto your Hard Drive in a
  21. echo.   sub-directory called PROBLEMS.  To call up the program just
  22. echo.   change directory to PROBLEMS sub-directory and enter. . .
  23. echo.                   PROBLEMS (press Return).
  24. echo.   ----------------------------------------------------------
  25. echo.
  26. echo.
  27.  
  28.